projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7c13e
)
(ediff-exec-process): store-match-data => set-match-data.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:43:46 +0000
(
04:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:43:46 +0000
(
04:43
+0000)
lisp/ediff-diff.el
patch
|
blob
|
history
diff --git
a/lisp/ediff-diff.el
b/lisp/ediff-diff.el
index e773ba44e04351e8cb22c011d4e2a5d9c89715b4..c484f2243382011091abd018dc31a829600f822e 100644
(file)
--- a/
lisp/ediff-diff.el
+++ b/
lisp/ediff-diff.el
@@
-1110,7
+1110,7
@@
one optional arguments, diff-number to refine.")
(set-process-sentinel proc 'ediff-process-sentinel)
(set-process-filter proc 'ediff-process-filter)
)))
- (s
tore
-match-data data))))
+ (s
et
-match-data data))))
;; This is shell-command-filter from simple.el in FSF Emacs.
;; Copied here because XEmacs doesn't have it.